Get the position in the processor collating sequence of a varying string character
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(varying_string), | intent(in) | :: | c |
elemental function ichar_ (c) result (i) type(varying_string), intent(in) :: c integer :: i i = ICHAR(char(c)) ! Finish return end function ichar_